how to print hello world with css

122

<style type="text/css">
h1 {
	color: DeepSkyBlue;
}
</style>

<h1>Hello, world!</h1>

Comments

Submit
0 Comments